* {
    padding: 0;
    margin: 0;
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 14px;
    background-color: rgba(234, 222, 255, 1);
}

#wechat,
#pc,
#h5 {
    display: none;
}

#qrcode {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}


.header {
    width: 100%;
    position: -webkit-sticky;
    /* For Safari */
    position: sticky;
    top: 0;
    z-index: 100;
    height: 60px;
}

.middle {
    padding-bottom: 70px;
}

.middle .swiper-container {
    width: 100%;
    overflow: hidden;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgb(234, 222, 255);
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .logo {
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.footer .logo img {
    width: 42px;
    height: 42px;
    margin-right: 10px;
}

.footer .cg-footer-btn {
    position: relative;
    margin-right: 10px;
    padding: 8px 25px;
    border-radius: 10px;
    color: white;
}

.cg-footer-btn .cg-footer-bubble {
    position: absolute;
    bottom: 40px;
    left: 15px;
    padding: 5px;
    background-color: #ea4e3d;
    border-radius: .213333rem;
    font-size: 11px;
    max-width: calc(100%);
    white-space: normal;
    word-break: break-all;
}

.cg-footer-btn .cg-footer-bubble:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: .32rem solid transparent;
    border-left: .32rem solid #ea4e3d;
    left: 0;
    bottom: -.186667rem;
}

/* 马甲包 */

.van-overlay,
.van-overlay-dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    display: none;
}

.action-sheet {
    position: fixed;
    display: flex;
    flex-direction: column;
    max-height: 80%;
    overflow: hidden;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    transform: transform .3s;
    padding: 0 20px;
    background: #1c1c1e;
    color: #f5f5f5;
    border-radius: 16px 16px 0 0;
    z-index: 2003;
    display: none;
}

.action-sheet h2 {
    padding: 15px 0;
}

.action-sheet p {
    padding-top: 5px;
    padding-bottom: 8px;
}

.bag {
    flex: 1 auto;
    overflow-y: auto;
}

.guide-header .app {
    position: relative;
    margin-top: 30px;
    margin-bottom: 10px;
}

.guide-header .name {
    display: flex;
    align-items: center;
    font-size: 20px;
}

.guide-header .van-image__img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
}

.close {
    position: absolute;
    right: 0;
    top: 0;
}

.close img {
    width: 30px;
    height: 30px;
}

.info {
    margin-left: 20px;
}

.tip {
    margin: 8px 0;
    font-size: 15px;
    color: #929292;
}

.btn {
    margin-top: 15px;
}

.action-sheet .van-button {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 999px
}


#star {
    display: flex;
    align-items: center;
}

#star b {
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
}

.top_b {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #3a3a3c;

}

.top_b>div div {
    font-weight: 700;
    font-size: 15px;
}

.top_b p {
    font-weight: normal;
}

.jieshao {
    border-bottom: 1px solid #3a3a3c;
}

.jieshao p {
    margin-top: 10px;
    font-size: 14px;
}

.new {
    border-bottom: 1px solid #3a3a3c;
}

.new div {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.pinglun {
    border-bottom: 1px solid #3a3a3c;
}

.pinglun>div {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.pinglun .left {
    text-align: center;
}

.pinglun .left div {
    font-size: 25px;
}

.pinglun .right {
    text-align: right;
}

.information_xia p {
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #3a3a3c;
}

.information_xia p span:last-child {
    font-size: 14px;
}

.information .yin {
    color: #0059ff;
    margin-top: 10px;
}

.mian {
    font-size: 14px;
    text-align: center;
}

.mian p {
    margin-bottom: 5px;
    text-align: left;
}

@media screen and (min-width: 768px) {

    html,
    body {
        width: 414px;
        margin: 0 auto;
        position: relative;
    }

    .fixed-wp {
        width: 414px !important;
        margin: 0 auto;
        left: 50% !important;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}